home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 March / macformat-101.iso / mac / MacFormat Data / Behaviours / 00011_Script_OpenGl < prev    next >
Encoding:
Text File  |  2001-01-25  |  235 b   |  11 lines

  1. on mouseEnter
  2.   put the text of member("opengl","Texts") into member ("InfoText","Texts")
  3. end
  4.  
  5. on mouseDown
  6. gotonetpage "http://www.apple.com/opengl/"
  7. end
  8.  
  9. on mouseLeave
  10.   put empty into member("InfoText","Texts")
  11. end